internal/reflectlite.rtype.Kind (method, view implemented interface methods)

22 uses

	internal/reflectlite (current package)
		swapper.go#L44: 		if typ.Kind() == String {
		type.go#L473: 	switch t.Kind() {
		type.go#L537: func (t *rtype) Kind() Kind { return Kind(t.kind & kindMask) }
		type.go#L552: 	if t.Kind() == Interface {
		type.go#L587: 	if t.Kind() != Chan {
		type.go#L595: 	switch t.Kind() {
		type.go#L616: 	if t.Kind() != Func {
		type.go#L624: 	if t.Kind() != Map {
		type.go#L632: 	if t.Kind() != Array {
		type.go#L640: 	if t.Kind() != Struct {
		type.go#L648: 	if t.Kind() != Func {
		type.go#L656: 	if t.Kind() != Func {
		type.go#L664: 	if t.Kind() != Func {
		type.go#L739: 	if T.Kind() != Interface {
		type.go#L759: 	if V.Kind() == Interface {
		type.go#L835: 	if T.hasName() && V.hasName() || T.Kind() != V.Kind() {
		type.go#L860: 	kind := T.Kind()
		type.go#L861: 	if kind != V.Kind() {
		value.go#L146: 	f := flag(t.Kind())
		value.go#L254: 		fl |= flag(typ.Kind())
		value.go#L421: 		fl |= flag(dst.Kind())